home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 2000 February / PC Direct 2000 February.iso / INIT.MST < prev    next >
Text File  |  1996-10-03  |  492b  |  14 lines

  1. '$ifdef IsExplorers
  2.     Path_ExplorersRoot = AVDest$ + Dir_ExplorersRoot
  3.     Path_ExplorersBinary = Path_ExplorersRoot + Dir_Binary
  4.     Path_ExplorersEngine =  Path_ExplorersRoot + Dir_Binary
  5.     Path_ExplorersDatabase =  Path_ExplorersRoot + Dir_Database
  6. '$endif
  7. '$ifdef IsAdvert
  8.     Path_AdvertRoot = AVDest$ + Dir_AdvertRoot
  9.     Path_AdvertBinary = Path_AdvertRoot + Dir_Binary
  10.     Path_AdvertEngine =  Path_AdvertRoot + Dir_Binary
  11.     Path_AdvertDatabase =  Path_AdvertRoot + Dir_Database
  12. '$endif
  13.  
  14.